home *** CD-ROM | disk | FTP | other *** search
- fsm StockTerritories : integer;
-
- const
- #include_ <content\ABLScripts\mwconst.abi>
-
- type
- #include_ <content\ABLScripts\mwtype.abi>
-
- var
- static ObjectID hill_drop_zone;
- static integer hill_radius;
-
- function init;
- code
- hill_drop_zone = -1;
- hill_radius = 100;
-
- SetupScoring_Territories(hill_drop_zone,hill_radius);
- endfunction;
-
- state startState;
- code
-
- endstate;
-
- state deadState;
- code
-
- endstate;
-
- endfsm.
-
-